home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / PCCP024.ARJ / MAKEFILE < prev    next >
Text File  |  1992-05-17  |  907b  |  45 lines

  1. emu.obj: emu.h emu.c
  2.     qcl /c emu.c
  3.  
  4. port.obj: port.h port.c
  5.     qcl /c port.c
  6.  
  7. term.exe: term.c emu.h emu.obj port.h port.obj
  8.     qcl term.c emu.obj port.obj graphics.lib
  9.  
  10. masterm.exe: masterm.c
  11.     qcl masterm.c
  12.  
  13. host.exe: host.c port.h port.obj
  14.     qcl host.c port.obj
  15.  
  16. comscrpt.exe: port.h port.obj comscrpt.c
  17.     qcl comscrpt.c port.obj
  18.  
  19. scrchk.exe: scrchk.c
  20.     qcl scrchk.c
  21.  
  22. ccodes.exe: ccodes.c
  23.     qcl ccodes.c graphics.lib
  24.  
  25. emued.exe: emu.h emu.obj emued.c
  26.     qcl emued.c emu.obj graphics.lib
  27.  
  28. xmodems.exe: port.h port.obj xmodems.c
  29.     qcl xmodems.c port.obj
  30.  
  31. xmodemr.exe: port.h port.obj xmodemr.c
  32.     qcl xmodemr.c port.obj
  33.  
  34. xmcrcs.exe: port.h port.obj xmcrcs.c
  35.     qcl xmcrcs.c port.obj
  36.  
  37. xmcrc1ks.exe: port.h port.obj xmcrc1ks.c
  38.     qcl xmcrc1ks.c port.obj
  39.  
  40. xmcrc1kr.exe: port.h port.obj xmcrc1kr.c
  41.     qcl xmcrc1kr.c port.obj
  42.  
  43. asciis.exe: port.h port.obj asciis.c
  44.     qcl asciis.c port.obj
  45.